home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / srename / docs / history.txt < prev    next >
Text File  |  1999-11-29  |  8KB  |  145 lines

  1.  
  2. Version                               Changes
  3. ------- -----------------------------------------------------------------------
  4.  
  5. 2.910 : BASENAME has now become a proper selector which means that the basename
  6.         of a filename sequence can now receive any of the available actions,
  7.         and isn't limited to just replacement anymore.
  8.         To complement this feature the position of the number within the
  9.         basename is calculated automatically according to the basename's
  10.         modification.
  11.         Added the NUMBERPOS keyword for manually setting the position of the
  12.         number within the basename instead of using AT for this, as AT may now
  13.         be used by actions that modify the basename.
  14.         The UPTO keyword can now also receive a filename so that when SRename
  15.         is used from a file manager for renumbering, the user can select the
  16.         starting and ending filenames from a lister.
  17.         BEFORE and AFTER can now be used with the code and single-character
  18.         modes of MATCH.
  19.         The code of SWAP, LSHIFT and RSHIFT was completely rewritten to
  20.         implement the automatic number positioning with basename modification.
  21.         Now if specific components are given with SWAP they must be at least
  22.         two or SWAP will do nothing.
  23.         Fixed small bug that sometimes caused an enforcer hit when EXCLUDE and
  24.         DELETE was given.
  25.         Fixed harmless bug in the renumbering code and restructured it for
  26.         clarity.
  27.         General code cleanup.
  28.  
  29. 2.900 : After a request from JanRoger Haugan I also added support for the
  30.         modification of filename comments. Because of this the COMMENT,
  31.         TOCOMMENT and TOFILENAME keywords were added.
  32.         The ICONS option can now be also used with wildcards.
  33.         Fixed bug introduced in 2.800 that caused MATCH to finish early when
  34.         the new filename was going to be shorter than the old one.
  35.         Fixed bug that could cause a crash when ICONS was used with recursion
  36.         and a non-wildcard pattern, and a match couldn't be found in the
  37.         starting directory.
  38.  
  39. 2.850 : Simplified the command interface by removing the APPEND and FROMEND
  40.         keywords. Their function is now performed by giving negative values to
  41.         the AT and WORD keywords respectively.
  42.  
  43. 2.820 : Fixed bug introduced in version 2.800 that caused MATCH to fail in some
  44.         cases. Reported by Bill Duxbury.
  45.  
  46. 2.810 : Fixed bug introduced in version 2.700 that caused DIRPAT and ALLDIRS
  47.         not to work properly.
  48.  
  49. 2.800 : SRename is now re-entrant and can be made resident.
  50.         Rewrote the paged buffer routines so that buffer overflows can't occur
  51.         anymore, thus removing the limits on how many filenames can be renamed
  52.         in one go.
  53.         Fixed bug that occured when attempting to rename to an empty filename
  54.         and the ICONS option was also given.
  55.         Increased the maximum recursion limit from 127 to 255 levels.
  56.         Improved the output of SRename somewhat.
  57.         Optimized some renumbering routines and made many general code
  58.         improvements.
  59.  
  60. 2.710 : Doh! EXCLUDE was still buggy. It didn't work at all with multiple
  61.         strings to match so it's code was completely rewritten.
  62.         Also fixed a bug with EXCLUDE and the single char mode or character
  63.         code mode of the MATCH selector. Now if such a mode is active when
  64.         EXCLUDE is given the excluded parts are modified as single characters
  65.         instead of as character strings.
  66.         Single char mode is automatically activated now if a single character
  67.         is given with MATCH.
  68.  
  69. 2.700 : Added WORD selector and FROMEND,INCLSEP,WSEP support keywords.
  70.         Removed LENGTH action as it can be performed by MID <len> DELETE.
  71.         Fixed bugs with EXCLUDE. Now it performs consistently whatever the
  72.         selected part of the filename is, and works correctly with multiple
  73.         matches (MATCH selector).
  74.         Fixed bug in renumbering. It wouldn't renumber single filenames if
  75.         the number was in the beginning.
  76.         Increased maximum allowed path to 1024 chars.
  77.         Many structural and code optimizations.
  78.  
  79. 2.610 : Fixed long standing bug that resulted in higher memory usage than
  80.         necessary in renumbering.
  81.         Replaced sorting routine in renumbering with qsort.
  82.         Some more optimizations in renumbering.
  83.  
  84. 2.600 : Now SRename supports filenames up to 120 characters long on filesystems
  85.         that allow filenames longer than 30 characters (e.g. SFS)
  86.         The real new filename is now printed after renaming, as the filesystem
  87.         that is used can affect the final form of the filename.
  88.         Small change in temporary filenames to aid renumbering on MS-DOS like
  89.         filesystems.
  90.  
  91. 2.540 : MATCH selector enhancements:
  92.         * Added single character mode, as a result the DELCHARS action was
  93.          removed, as it can be replaced by MATCH :<chars> DELETE.
  94.         * Added character code mode supporting ranges.
  95.         * MATCH can now accept multiple strings to match.
  96.         The SWAP action can now swap the filename parts determined by the
  97.         PREFIX/MAIN/SUFFIX selectors, instead of always swapping the two
  98.         extreme parts.
  99.         Increased the limit for maximum number of filenames in each directory
  100.         to 32768 and of directory names to 4096.
  101.         Some more optimizations for speed.
  102.  
  103. 2.530 : Changed the way that temporary filenames are named when resolving
  104.         clashes, to eliminate the possibility that another SRename task could
  105.         use the same temporary filenames when trying to resolve a clash.
  106.         Now all temporary filenames receive an address that is different
  107.         for each SRename task.
  108.         As a result the limit for numbers contained in filenames has gone up
  109.         to just under a billion (999999999).
  110.         Failure to perform a temporary rename in renumbering mode now results
  111.         in an error message and termination of further processing.
  112.         Fixed small bug that caused the casing of the basename in renumbering
  113.         to be determined from the given starting filename.
  114.     Made a few code optimizations.
  115.  
  116. 2.520 : The TO keyword is now optional for some rename actions.
  117.         The FILENAME keyword was renamed as FROM.
  118.         Fixed serious bug that hampered multiple filepattern renaming when
  119.         different directories were given.
  120.         Improved the error and other message output.
  121.         Errors: 'source path not found', 'no number in filename' and
  122.         'invalid number in filename' do not abort the processing of other
  123.         filepatterns anymore.
  124.         Some code optimizations.
  125.  
  126. 2.510 : Added ICONS option for automatic icon renaming.
  127.         Fixed a bug in routine that detects same source-destination filename.
  128.  
  129. 2.500 : First Aminet release.
  130.         Added BEFORE,AFTER,REVMATCH options for MATCH selector.
  131.         Added UPDATE option for INSERT action.
  132.         Major interface changes: removed additional parameters from MATCH,
  133.         INSERT and RENUMBER and made them separate, also changed the full names
  134.         of LEN,PRE,SUF and gave abbreviations to PREFIX,MAIN,SUFFIX,LEFT,MID,
  135.         RIGHT and QUIET.
  136.         AT is now used for number positioning in renumbering instead of
  137.         LEFT and RIGHT.
  138.         Removed the DELBASE action.
  139.         Fixed bug in TO action.
  140.         Can now rename filenames that are recognised by the OS as wildcards
  141.         if these filenames are found in the given path.
  142.         Fixed bugs introduced in 2.430 that caused misrecognition of same
  143.         source and destination filenames.
  144.  
  145.